-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update grpc version #30
base: master
Are you sure you want to change the base?
Conversation
003bd72
to
f1a94fb
Compare
f1a94fb
to
c73627b
Compare
c73627b
to
2473bdb
Compare
2473bdb
to
ee906c9
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: gwy/templates/go.mod.tmpl
|
ee906c9
to
708cbf4
Compare
2b3ed59
to
8521fbb
Compare
48fafb0
to
40a0cad
Compare
7d9bd9e
to
cee2951
Compare
cee2951
to
1ba9a35
Compare
1ba9a35
to
f5db081
Compare
f5db081
to
2d573c8
Compare
2d573c8
to
6febb6f
Compare
6febb6f
to
be1cdbb
Compare
095c174
to
c501e73
Compare
1c92592
to
2e6471d
Compare
2e6471d
to
bbc0a98
Compare
9c267f6
to
8034724
Compare
ae357b4
to
5ccb09c
Compare
5ccb09c
to
f9f2be4
Compare
|
bccd737
to
2e05da7
Compare
2e05da7
to
e72f97b
Compare
4528668
to
cc8d863
Compare
cc8d863
to
0650d4b
Compare
0650d4b
to
d127508
Compare
d127508
to
7fb8237
Compare
81a76fc
to
62c3d8a
Compare
62c3d8a
to
1d3d510
Compare
9b012d4
to
b8a52fc
Compare
b8a52fc
to
4ac7c48
Compare
This PR contains the following updates:
v1.48.0
->v1.67.1
v1.68.0
1.48
->1.67
1.48
->1.68
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
v1.66.0
: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext
(#7368)WaitForStateChange
andGetState
methods, which were previously experimental. (#7425)total_issued_requests
field. (#7544)Bug Fixes
conn.Write
returns errors (#7394)Performance Improvements
Codec
which uses buffer recycling for encoded message (#7356)mem
package to facilitate buffer reuse (#7432)v1.65.1
: Release 1.65.1Compare Source
Bug Fixes
v1.65.0
: Release 1.65.0Compare Source
Dependencies
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
is set to "true" (case insensitive). (#7184)New Features
WithMaxCallAttempts
to configure gRPC's retry behavior per-channel. (#7229)Bug Fixes
v1.64.1
: Release 1.64.1Compare Source
Dependencies
v1.64.0
: Release 1.64.0Compare Source
API Changes
InPayload.Data
andOutPayload.Data
; they were experimental and will be deleted in the next release (#7121)Behavior Changes
GRPC_GO_ADVERTISE_COMPRESSORS
to suppress setting supported compressors ingrpc-accept-encoding
header. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
SetMinResolutionInterval
to set the minimum interval at which DNS re-resolutions may occur (#6962)fmt.Stringer
interface for pretty printingPeer
, andfmt.Stringer
interface for pretty printingMD
(#7137)Performance Improvements
Bug Fixes
OutPayload
,InPayload
, andEnd
(#7096)Dependencies
github.com/golang/protobuf
module (#7122)Documentation
WithBlock
,WithReturnConnectionError
,FailOnNonTempDialError
which are ignored byNewClient
(#7097)Dial
andDialContext
. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient
(See #7090 for more information)v1.63.3
: Release 1.63.3Compare Source
Dependencies
v1.63.2
: Release 1.63.2Compare Source
Bugs
v1.63.1
: Release 1.63.1Compare Source
v1.63.0
: Release 1.63.0Compare Source
Behavior Changes
resolver.Address.String()
(experimental) (#6923)New Features
ClientConn.CanonicalTarget()
to return the canonical target string. (#7006)grpc.NewClient
to allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)API Changes
ClientConn.Target()
(#7006)Bug Fixes
grpc.Server
as anhttp.Handler
with the Go stdlib HTTP server (#6989)SetResolvingTimeout
to allow configuring the DNS resolver's global timeout (#6917)v1.62.2
: Release 1.62.2Compare Source
Dependencies
v1.62.1
: Release 1.62.1Compare Source
Bug Fixes
no matching virtual host found
RPC errors due to a difference between the target and LDS resource names (#6997)InPayload.Length
for unary RPC calls (#6766)RecvBufferPool
DialOption
andServerOption
are now active during unary RPCs with compression (#6766)accept-encoding
header before determining compressorsv1.62.0
: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/trace
by usinggrpcnotrace
to enable dead code elimination (#6954)grpcrand
by adoptingmath/rand
's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
v1.61.2
: Release 1.61.2Compare Source
Dependencies
v1.61.1
: Release 1.61.1Compare Source
Bug Fixes
v1.61.0
: Release 1.61.0Compare Source
New Features
AuthorityOverrider
, to allow resolver.Builders to override the default authority for aClientConn
. (EXPERIMENTAL) (#6752)grpc.WaitForHandlers
ServerOption
to causeServer.Stop
to block until method handlers return. (EXPERIMENTAL) (#6922)Performance Improvements
Bug Fixes
UNAVAILABLE
instead ofUNKNOWN
when underlying connection is broken (#6891)GracefulStop
to block until all method handlers return (v1.60 regression). (#6922)NumStreamWorkers
(EXPERIMENTAL). (#6856)v1.60.1
Compare Source
Bug Fixes
v1.60.0
: Release 1.60.0Compare Source
Security
API Changes
ClientConn.NewServiceConfig
(#6784)grpc.WithServiceConfig
DialOption
(#6800)Bug Fixes
Behavior Changes
Documentation
codes.Code
(#6701)v1.59.0
: Release 1.59.0Compare Source
Behavior Changes
grpc-status-details-bin
trailer (#6662)grpc-status-details-bin
trailer and pass through the trailer to the application directly (#6662)New Features
idle_timeout
of30m
(#6585)Documentation
Bug Fixes
v1.58.3
Compare Source
Security
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
v1.58.2
: Release 1.58.2Compare Source
Bug Fixes
balancer/weighted_round_robin: fix ticker leak on update
A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.
v1.58.1
: Release 1.58.1Compare Source
Bug Fixes
v1.58.0
: Release 1.58.0Compare Source
API Changes
See #6472 for details about these changes.
StateListener
toNewSubConnOptions
forSubConn
state updates and deprecateBalancer.UpdateSubConnState
(#6481)UpdateSubConnState
will be deleted in the future.SubConn.Shutdown
and deprecateBalancer.RemoveSubConn
(#6493)RemoveSubConn
will be deleted in the future.AddressType
(#6451)balancer/grpclb/state.Set()
should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.Endpoints
toState
and deprecateAddresses
(#6471)Addresses
will be deleted in the future.New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=true
to enableBug Fixes
TRANSIENT_FAILURE
when actually moving toIDLE
(#6497)rls
,weightedtarget
andclustermanager
LB policies (#6523)ClientStream.Header()
, and prevented retry of the RPC (#6557)Performance Improvements
[With]SharedWriteBuffer
to improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (#6309)v1.57.2
: Release 1.57.2Compare Source
Bug Fixes
v1.57.1
: Release 1.57.1Compare Source
Security
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
v1.57.0
: Release 1.57.0Compare Source
API Changes
Target.Scheme
andTarget.Authority
. UseURL.Scheme
andURL.Host
instead, respectively (#6363)Behavior Changes
New Features
Register
to register both v1alpha and v1 (#6329)GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES
env var (#6267)Bug Fixes
status.FromError
now returns an error withcodes.Unknown
when the error implements theGRPCStatus()
method, and callingGRPCStatus()
returnsnil
(#6374)v1.56.3
: Release 1.56.3Compare Source
Security
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
v1.56.2
: Release 1.56.2Compare Source
status.FromError
now returns an error withcodes.Unknown
when the error implements theGRPCStatus()
method, and callingGRPCStatus()
returnsnil
. (#6374)v1.56.1
: Release 1.56.1Compare Source
v1.56.0
: Release 1.56.0Compare Source
New Features
WithIdleTimeout
dial option (#6263)Bug Fixes
API Changes
v1.55.1
: Release 1.55.1Compare Source
status.FromError
now returns an error withcodes.Unknown
when the error implements theGRPCStatus()
method, and callingGRPCStatus()
returnsnil
. (#6374)v1.55.0
: Release 1.55.0Compare Source
Behavior Changes
status.Code
andstatus.FromError
handle wrapped errors (#6031 and #6150)New Features
ignore_resource_deletion
server feature as per gRFC A53 (#6035)Bug Fixes
Performance Improvements
NumStreamWorkers
is used (#6004)v1.54.1
: Release 1.54.1Compare Source
Bug Fixes
v1.54.0
: Release 1.54.0Compare Source
Behavior Changes
New Features
SetSendCompressor
API to set send compressor name (#5744)Node
proto only in the first discovery request message, to improve performance (#6078)Bug Fixes
AppendToOutgoingContext
(#6001)Documentation
Resolver.Scheme()
docstring to mention requirement of lowercase scheme names (#6014)UpdateState
errors (#6002)v1.53.0
: Release 1.53.0Compare Source
API Changes
resolver.Target.Endpoint
and replace withresolver.Target.Endpoint()
(#5852)New Features
GRPC_RING_HASH_CAP
environment variable to override the maximum ring size. (#5884)Bug Fixes
Documentation
NewOauthAccess
as deprecated (#5882)v1.52.3
: Release 1.52.3Compare Source
Bug Fixes
v1.52.1
: Release 1.52.1Compare Source
Bug Fixes
v1.52.0
: Release 1.52.0Compare Source
New Features
max_ring_size
to reduce possibility of OOMs (#5801)Behavior Changes
Dial
if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)Bug Fixes
:authority
header matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)Documentation
v1.51.0
: Release 1.51.0Compare Source
Behavior Changes
New Features
TRANSIENT_FAILURE
(#5711)Bug Fixes
v1.50.1
: Release 1.50.1Compare Source
New Features
v1.50.0
: Release 1.50.0Compare Source
Behavior Changes
client: use proper "@" semantics for connecting to abstract unix sockets. (#5678)
New Features
ValueFromIncomingContext
to more efficiently retrieve a single value (#5596)HandleConn
context (#5589)Bug Fixes
cluster_specifier_plugin
set to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#5670)config_source_specifier
inlrs_server
is notself
(#5613)IDLE
instead of falling back on the default channel behavior of connecting to all addresses (#5614)IDLE
(#5656)WaitForReady
on handshaker service RPCs, thereby delaying fallback when required (#5620)v1.49.0
: Release 1.49.0Compare Source
New Features
GRPC_CONFIG_OBSERVABILITY_JSON
(#5525)Behavior Changes
Bug Fixes
nil
stats handler togrpc.WithStatsHandler
orgrpc.StatsHandler
(#5543)IDLE
over `TRConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.